RawBitmap.Constructor Constructor
Constructs a new RawBitmap with a given width, given height, bitmap format type and given rowBytes value.
Parameters
- width
- The width for the Bitmap.
- height
- The height for the Bitmap.
- rowBytes
- The number of bytes per row. This value cannot be smaller than width * channels.
Row bytes may be zero, in which case the class will put minimum size needed for the row bytes. - bitmapFormat
- Format of the color components in the bitmap.
Remarks
See Also
RawBitmap Class